02. When to Use Arrays

When to Use Arrays

INSTRUCTOR NOTE:

Resource

Java Data Types Summary Page

When to Use Arrays

QUIZ QUESTION::

Given these scenarios, which data structure would you use to store the data in the app?

ANSWER CHOICES:



Scenario

Data structure

array of floats

boolean

integer

array of Strings

array of Strings

array of integers

SOLUTION:

Scenario

Data structure

array of floats

boolean

integer

array of Strings

array of Strings

array of Strings

array of Strings

array of integers

Solution - When to Use Arrays

When To Use Arrays - Solution